xsm: Drop extern of non-existent variable
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 1 Dec 2021 10:35:20 +0000 (10:35 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 3 Dec 2021 15:52:24 +0000 (15:52 +0000)
commit5f4f6c51045b1ce311f21285653cd1516ce8c419
tree07d506b01a9b70b998b7bc117b150846da49a2fe
parentd6385ea15f7089ca6fb554249f6717c69016c8bd
xsm: Drop extern of non-existent variable

dummy_xsm_ops was dropped as part of organising XSM to be altcall compatible,
but the extern was accidentally left around.

A later change reintroduced dummy_ops which is logically the same thing, but
is private to xsm/dummy.c

Fixes: 164a0b9653f4 ("xsm: refactor xsm_ops handling")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Reviewed-by: Daniel P. Smith <dpsmith@apertussolutions.com>
xen/include/xsm/xsm.h